html, body {
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei UI', '黑体', '宋体', 'arial', 'sans-serif';
    min-width: 1300px;
    max-width: 1920px;
    margin: 0 auto;
    color: #333;
    background: #fff;
}
body{
    padding-top: 56px;
}
a {
    border: none;
    outline: none;

    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

a:hover {
    color: #064893;
}

img {
    border: none;
    outline: none;
}

h1, h2, h3, h4, ul, li, dl, ol, p, table, td, dd {
    padding: 0;
    margin: 0;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.w1200 {
    width: 1300px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}
.w1700
{
    width: 1700px;
    margin: 0 auto;
}
.center {
    margin: 0 auto;
}

.iln {
    display: inline;
}

.ibk {
    display: inline-block;
}

.bk {
    display: block;
}

.p_rel, .p-rel {
    position: relative;
}

.p_abs, .p-abs {
    position: absolute;
}

.none {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.cut {
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.bg-white {
    background: #fff;
}

.padding24 {
    padding: 24px;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.mg0 {
    margin: 0 !important;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgr0 {
    margin-right: 0 !important;
}

.x-red {
    color: #f00;
}

.one-t {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simsun {
    font-family: 'simsun', '宋体';
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.grey {
    -webkit-filter: grayscale(100%) contrast(0.9);
    -moz-filter: grayscale(100%) contrast(0.9);
    -ms-filter: grayscale(100%) contrast(0.9);
    -o-filter: grayscale(100%) contrast(0.9);
    filter: grayscale(100%) contrast(0.9);
    filter: gray;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.thumb-fixed {
    display: block;
    width: 200px;
    height: 200px;
    background: #f2f2f2 no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

.thumb-fixed img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0;
}

div.common-title {
    text-align: center;
    overflow: hidden;
    position:relative;
}

div.common-title h3 {
    font-size: 0;
    line-height: 40px;
    margin-top:40px;
}

div.common-title h3 span {
    display: inline-block;
    min-width: 260px;
    font-size: 40px;
    padding: 0 50px;
    background-image:-webkit-linear-gradient(45deg, #f8e157 ,#f8e157 , #ada700 , #ada700);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
div.common-title h3:before, div.common-title h3:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #333;
    vertical-align: top;
    position: relative;
    top: 21px;
}

div.common-title>small {
    display: block;
    font-size: 20px;
    color:#999;
    display: block;
    left:0;
    top:0;
    z-index:2;
    background-image:-webkit-linear-gradient(45deg, #f8e157 ,#f8e157 , #ada700 , #ada700);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

div.common-title.white h3, div.common-title.white h3 a, div.common-title.white>small {
    color: #fff;
}

div.common-title.white h3:before, div.common-title.white h3:after {
    background: #fff;
}

h3.common-sub-title {
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    font-weight: normal;
    overflow: hidden;
}

h3.common-sub-title:before {
    content: '';
    display: block;
    width: 3px;
    height: 23px;
    float: left;
    background: #064893;
    margin: 15px 15px 0 0;
}

h3.common-sub-title a.title {
    float: left;
}

h3.common-sub-title a.more {
    float: right;
    font-size: 14px;
    color: #064893;
}

a.more-btn {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: #064893;
    overflow: hidden;
    border-radius: 20px;
    text-transform: uppercase;
}
a.more-btn:hover{
	background:#f8e157;
}
header.header {
    padding: 10px 20px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    min-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header.header a.logo {
    display: block;
    height: 30px;
    margin-top: 9px;
    position: relative;
}

header.header a.logo img {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

nav.nav {
    /*height: 48px;*/
    line-height: 48px;
}

nav.nav li {
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 0 15px;
    position:relative;
    /*overflow: hidden;*/
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

nav.nav li>a {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 2;
}

nav.nav li:after{
    content: '';
    display: block;
    height: 0;
    position: absolute;
    left: 15px;
    right:15px;
    bottom: 0;
    background: #f8e157;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

nav.nav li.on > a {
    color: #f8e157;
}

nav.nav li.on:after, nav.nav li:hover:after {
    height: 2px;
}

header.header.fixed {
    padding-top: 0;
    padding-bottom: 0;
    background: #064893;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    /*overflow: hidden;*/
}

header.header.fixed a.logo img {
    margin-top: 4px;
}

header.header.fixed nav.nav li {
    padding-top:4px;
    padding-bottom:4px;
    /*font-size: 15px;*/
}
header.header.fixed nav.nav li:after{
    left:0;
    right:0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
header.header.fixed nav.nav li.on>a, header.header.fixed nav.nav li:hover > a {
    color: #064893;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
header.header.fixed nav.nav li.on:after, header.header.fixed nav.nav li:hover:after{
    height: 100%;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

footer.footer {
    /*padding: 60px 0 10px;*/
    background: #003b82;
    color: #fff;
    position: relative;
}


footer.footer nav.footer-nav {
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    background: #003b82;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: -36px;
    -webkit-box-shadow: 0 0 2px #fff;
    box-shadow: 0 0 2px #fff;
}

footer.footer nav.footer-nav a {
    display: block;
    float: left;
    width: 14.285%;
    color: #fff;
    position: relative;
}

footer.footer nav.footer-nav a:before {
    content: '/';
    display: block;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    left: -3px;
    top: 0;
}

footer.footer nav.footer-nav a:first-child:before {
    display: none;
}
.wsscft {
  position: relative;
  float: right;
  width: 230px;
  height: 40px;
  line-height: 40px;
  color: #31447e;
  border-radius: 4px;
  border: 1px solid #a1a4ad;
  margin-top: 20px;
  background-color: #ffffff;
  z-index: 998;
  cursor: pointer;
}
.wsscztft {
  width: 100%;
  height: 40px;
  position:relative;
  line-height: 40px;
  padding-left:20px;
}
.wsscztft .fa-asc{ position: absolute; right: 30px; top: 5px; color:#31447e; width: 32px; height: 32px; background: url(../images/top1.png) no-repeat left center;}


.wssczxlft {
  position: absolute;
  width: 230px;
  left: 0;
  top: -160px;
  background: rgba(255, 255, 255, .9);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.wssczxlft a {
  color: #000;
}
.wssczxlft ul li {
  display: block;
  height: 30px;
  line-height: 30px;
}

.wssczxlft ul li:hover a {
  color: #31447e;
  font-weight: bold;
}
.wsscft:hover .wssczxlft {
  display: block;
}

footer.footer div.info {
    padding-top: 55px;
    overflow: hidden;
}

footer.footer div.info div.item-1 {
    float: right;
    width: 360px;
}
footer.footer div.info div.item-1 a.bottom-logo{
    float: right;
}

footer.footer div.info div.item-1 p {
    font-size: 12px;
    line-height: 2;
    margin-top: 6px;
}
footer.footer div.info div.item-1 p a{
    color:#fff;
}
footer.footer div.info div.item-2 {
    width: 450px;
    float: left;
    /* margin-left: 90px; */
    font-size: 14px;
    line-height: 40px;
}

footer.footer div.info div.item-2 p {
    overflow: hidden;
}

footer.footer div.info div.item-2 i.iconfont {
    font-size: 20px;
    margin-right: 20px;
    float: left;
}
footer.footer div.info div.item-2 i.icon-phone {
    margin-top: 17px;
}

footer.footer div.info div.item-2 span {
    display: block;
    float: left;
    max-width: 350px;
    line-height: 1.6;
    margin-top: 10px;
}
footer.footer div.info div.item-2 span em{ font-style:normal; font-size:28px; }
footer.footer div.info div.item-3 {
    float: left;
    width: 450px;
    text-align: center;
    font-size: 14px;
}

footer.footer div.info div.item-3 span.qrcode {
    display: block;
    width: 125px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    float:left;
    margin-right:50px;
}
footer.footer div.info div.item-3 span.qrcode span{
    text-align:center;
}
footer.footer div.info div.item-3 span.qrcode img {
    display: block;
    width: 100%;
    }

footer.footer div.copyright {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 20px;
    text-align: center;
    margin-top: 25px;
    color: #fff;
}

footer.footer div.copyright a {
    color: inherit;
}

section.sub-banner{
    height: 320px;
    overflow: hidden;
    position:relative;
    background: #333 no-repeat center / cover;
    z-index: 991;
}
section.sub-banner div.wrapper{
    display: table;
    height:  100%;
    overflow: hidden;
    position:relative;
}
section.sub-banner div.wrapper > h3{
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
section.sub-banner div.wrapper div.position{
    position:absolute;
    left:0;
    bottom: 15px;
    color: #fff;
}
section.sub-banner div.wrapper div.position a{
    color: inherit;
}
section.sub-banner div.wrapper div.position span{
    margin: 0 10px;
    font-size: smaller;
    font-family: 'simsun','宋体';
    opacity: 0.8;
}

section.sub-nav{
    -webkit-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #aaa;
    position:relative;
    z-index: 990;
}
section.sub-nav h3{
    float: left;
    padding: 0 25px;
    font-weight: normal;
    font-size: 16px;
    position:relative;
    height: 60px;
    line-height: 60px;
}
section.sub-nav h3:first-child{
    padding-left: 0;
}
section.sub-nav h3 > a{
    display: block;
    position:relative;
    overflow: hidden;
}
section.sub-nav h3 > a:before{
    content:'';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border:1px solid #999;
    margin-right: 5px;
    opacity: 0.6;
    position:relative;
    top: -1px;
}
section.sub-nav h3 > a.on{
    color: #f8e157;
}
section.sub-nav h3 > a.on:before{
    border-color: #f8e157;
    background: #f8e157;
}
section.sub-nav h3 > a.on:after{
    content:'';
    display: block;
    width:100%;
    height: 1px;
    background: #f8e157;
    position:absolute;
    left:0;
    bottom:12px;
}

section.sub-nav h3 > ul.pull-down{
    display: none;
    position:absolute;
    padding: 5px;
    left:0;
    top:100%;
    width:170px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 5px #aaa;
    box-shadow: 0 5px 5px #aaa;
}
section.sub-nav h3:hover > ul.pull-down{
    display: block;
}
section.sub-nav h3 > ul li{
    padding: 5px 5px 5px 25px;
    border-bottom: 1px solid #f6f6f6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
section.sub-nav h3 > ul li a{
    color: #666;
    position:relative;
}
section.sub-nav h3 > ul li a:before{
    content:'>';
    display: block;
    width: 6px;
    height: 6px;
    position:absolute;
    left: -12px;
    top:0;
    font-family: 'simsun','宋体';
    color: #ccc;
    font-size: 12px;
}
section.sub-nav h3 > ul li a:hover,
section.sub-nav h3 > ul li a:hover:before{
    color: #f8e157;
}

section.container{
    min-height: 100px;
}

div.pages{
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
    font-size: 0;
}
div.pages li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    background:#f2f2f2;
    font-size:14px;
    margin:0 2px;
    height:28px;
    line-height:28px;
    border:1px solid #d2d2d2;
    border-radius: 3px;
    overflow:hidden;
}
div.pages li a,
div.pages li span{
    display:block;
    padding: 0 11px;
    height:100%;
    color:#555;
    font-size:12px;
}
div.pages li.active,div.pages li:not(.disabled):hover{
    background:#f8e157;
    border-color:#f8e157;
}
div.pages li.active a,
div.pages li.active span,
div.pages li:not(.disabled):hover a{
    color:#fff;
}
div.pages li.disabled a,
div.pages li.disabled span{
    color:#aaa;
}

div.noitem{
    text-align: center;
    padding: 100px 30px;
    color: #999;
}

div.prevnext{
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    margin:40px auto;
    padding-top: 20px;
    border-top: 2px solid #e2e2e2;
    font-size: 16px;
}
div.prevnext a{
    display: block;
    max-width: 45%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.preload{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background:#fff;
}
.spinner {
  width: 60px;
  height: 60px;
  background-color: #0670BA;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  position:relative;
  top:45%;
}
.preloadTxt{
    width: 90px;
    margin: 0 auto;
    position:relative;
    top:52%;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*sidebar*/
div.sidebarKf{
    position:fixed;
    top:50%;
    right:0;
    z-index:999;
    width: 97px;
    margin-top: -220px;
}
div.sidebarKf ul{
    background-color:#fff;
}
div.sidebarKf ul li{
    padding:0 10px;
    position:relative;
}
div.sidebarKf ul li a.item{
    display:block;
    padding:20px 0 10px;
    border-bottom:1px solid #bebebe;
    text-align: center;
    font-size: 12px;
    color: #212121;
}

div.sidebarKf ul li a.item .thumb{
    display:block;
    width:30px;
    height: 30px;
    background:url('../images/qq.png') no-repeat center;
    margin:0 auto;
}
div.sidebarKf ul li a.item .online{
    font-size: 12px;
    color: #212121;
    /*font-style:italic;*/
}

div.sidebarKf li .focus{
    display:none;
    position:absolute;
    right:97px;
    top:0;
    margin-top: -10px;
    width:110px;
    height:110px;
    background: #fff;
}
div.sidebarKf li:hover .focus{
    display:block;
    margin-right: 20px;
}
div.sidebarKf li:hover .focus img{
    width: 100% !important;
    height: 100% !important;
    display:block;
}
div.sidebarKf li .focus:before{
    display:block;
    position:absolute;
    right:-5px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255,1);
}


div.sidebarKf ul li:first-child{
    background-color:#064893;
}
div.sidebarKf ul li:first-child a{
    color: #fff;
    border-bottom:none;
    padding:20px 0;
}
div.sidebarKf ul li:first-child a .online{
    letter-spacing:2px;
    font-style:normal;
    color: #fff;
}
div.sidebarKf ul li:first-child a .thumb{
    width:36px;
    height:38px;
}
div.sidebarKf ul li:last-child{
    background-color:#064893;
}
div.sidebarKf ul li a.item.totop{
    padding:4px 0;
    font-size: 12px;
    border-bottom:none;
}
div.sidebarKf ul li a.item.totop .thumb{
    width:12px;
    height:7px;
   background-image:url('../images/top.png'); 
}
div.sidebarKf ul li:last-child a .online,div.sidebarKf ul li a.item.totop .online{
    color: #fff;
}

div.sidebarKf ul li.hot{
    padding: 14px 0 14px;
}
div.sidebarKf ul li.hot span{
    display:block;
    font-size: 12px;
    color: #000;
    /*font-style:initial;*/
    text-align: center;
    /*font-weight:bold;*/
}
div.sidebarKf ul li.hot >span.tit{
    color: #212121;
    position:relative;
}

div.sidebarKf ul li.hot >span.tit::after{
    display:block;
    content:'';
    width:27px;
    height: 2px;
    background-color:#000;
    margin: 6px auto;
}